﻿@charset "utf-8";

/*导航菜单*/
#navMenu {
	width:100%;
	height: 54px;
	line-height: 54px;
	display:block;
	/*overflow:hidden;*/	
	/*background: #0C1315;*/
	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#0A1A1F,endColorStr=#0A0303); /*IE 6 7 8*/ 
	background: -ms-linear-gradient(top, #0A1A1F, #0A0303);        /* IE 10 */
	background:-moz-linear-gradient(top, #0A1A1F, #0A0303);/*火狐*/ 
	background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#0A1A1F), to(#0A0303));/*谷歌*/ 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0A1A1F), to(#0A0303));      /* Safari 4-5, Chrome 1-9*/
	background: -webkit-linear-gradient(top, #0A1A1F, #0A0303);   /*Safari5.1 Chrome 10+*/
	background: -o-linear-gradient(top, #0A1A1F, #0A0303);  /*Opera 11.10+*/
	background: url(../image/nav-bg.png) repeat-x;
	background: #3b3b3b;
	font-size: 15px;
	position: relative;
	overflow: hidden;
}
#navMenu ul{
	max-width: 1200px;
	margin: 0 auto;
}
#navMenu ul li div.logo a{
	height: 50px;
	width: auto;
}
#navMenu ul li div.logo a img {
	height: 100%;
	margin-top:-4px;
}
#navMenu .onelink{
	/*background-image:none;*/
	background: #1478CA;
}
#navMenu li {
	/*padding: 0 10px;*/
	text-align:center;
	float: left;
	line-height: 54px;
	height: 54px;
	margin-left: -2px;
	font-size: 15px;
	-webkit-appearance:none;
}
#navMenu li:hover{
	background: #007eff;
}
#navMenu li a {
	width:173.4px;
	color:#fefefe;
	/*padding:0 23px;*/
	display: block;
	hide-focus: expression(this.hideFocus=true);
	outline:none;
	text-align: center;
}
#navMenu li a:focus {
	outline: 0;
}
#navMenu li:hover, #navMenu li.hover {
	text-decoration: none;
	color: #FFF;
	/*background: #1478CA;*/
}
#navMenu #logoimg li:hover {
    background: none;
}
/*#navMenu li a:hover, #navMenu li.hover a {
	text-decoration: none;
	color:#0F0F0F;
	color:#1478CA;
}*/
.searchbox{
	height:75px;
	float: right;
	position: relative;
	line-height: 75px;
}
#search .searchbox input {
	width:290px;
	height:42px;
	border: 1px solid #d4d4d4;
	padding: 0 10px;
	font-family: "微软雅黑";
	font-size: 16px;
	color:#a3a3a3;
	line-height:42px;
	outline: none;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.searchbox .search{
	width:80px;
	height:40px;
	background: #e6e6e6;
	font-size: 16px;
	color:#666;
	position: absolute;
	right:1px;
	top:17px;
	text-align: center;
	line-height: 40px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	cursor: pointer;
}
/*#search li:hover {
    background: none;
    color: #2b2b2b;    
}*/
#search input, #search button {
    border:none;
    font-weight: normal;
}
/*#search input {
    padding:0 10px;
	height: 30px;
	line-height: 30px;
	border-radius: 0;
	width: 100%;
	max-width: 200px;
	font-size: 13px;
	background: none;
	color: #e2e2e2;
	border: 1px solid #828282;
}*/
#search button {
    background: #FFF;
    color: #333;
    line-height: 34px;
    margin-top: 5px;
}

/*-------- 下拉菜单 --------------*/
.dropMenu {
	position:absolute;
	top: 0;
	z-index:100;
	width: 97px;
	visibility: hidden;
	margin-top: -1px;
	margin-left:0px;
	border-top: 0px solid #3CA2DC;
	background-color: #2d2d2d;
	filter: Alpha(Opacity=85);
}

.dropMenu li {	
	font-size: 15px;
	border-bottom: 1px dashed #4D5B66;
	padding: 9px 0;
}
.dropMenu li a {
	width: 92%;
	display: block;
	text-align:center;
	color: black;
	color:#FEFEFE;
	hide-focus: expression(this.hideFocus=true);
	outline:none; 
}
.dropMenu li a:focus {
	outline: 0;
}
.dropMenu+li a{
	border-top:none;
	hide-focus: expression(this.hideFocus=true);
	outline:none; 
}
.dropMenu+li a:focus {
	outline: 0;
}
* html .dropMenu a {
	width: 100%;
	color:#6CA7C7;
	hide-focus: expression(this.hideFocus=true);
	outline:none; 
}
* html .dropMenu a:focus{
	outline: 0;
}
.dropMenu li:hover {
	text-decoration: none;
	color: #FFF;
	background: #1478CA;
}

.hdo{
width:100%;
height:auto;
display:block;
overflow:hidden;
}

/*****phone css*****/
.phoneMenu {
	display: none;
}
.drop-img {
	width: 70px;
	text-align: left;
}
.drop-img img:hover {
	cursor: pointer;
} 
.web-logo {
	text-align: center;
	width: 60%;
}
.web-search {
	width: 120px;
	float:left;
}
.menulist {
	position: absolute;
	z-index: 9;
	background: #0A0303;
	border-top: 2px solid #e2e2e2;
	padding:  30px 20px 20px 20px;
	display: none;
	width: 100%;
}
.closedrop {
	line-height: 32px;
	text-align: right;
	color: #fefefe;
	font-size: 16px;
	margin-top: -20px;
}
.closedrop a {
	color: #fefefe;	
}
.closedrop a:hover {
	color: #1478CA;	
}
.menulist li {
	padding: 5px 0;
}
.menulist .ul2 {
	margin: 7px 0 10px 0;
}
.menulist li.li2 {
	float: left;
	width: 50%;
}
.menulist li a {
	display: block;
	padding: 10px;
	margin-left: 10px;
	color: #fefefe;
	background: #333333;
	text-align: center;
}
.menulist li a:hover {
	color: #fefefe;
	background: #1478CA;
}
.current {
	background:#007eff;
	/*border-right: 1px solid #0f0f0f;*/
}
#navMenu li.current a {
	color: #fff;
}
@media(max-width:990px) {	
	/*#search input {
		max-width: 140px;
	}*/
}
@media(max-width:440px) {	
	/*#search input {
		max-width: 150px;
	}*/
}
@media(max-width:420px) {	
	/*#search input {
		max-width: 130px;
	}*/
}
@media(max-width:400px) {	
	/*#search input {
		max-width: 120px;
	}*/
}
@media(max-width:380px) {	
	/*#search input {
		max-width: 100px;
	}*/
}